docs: fix typo in argument syntax
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 19:52:57 +0000 (14:52 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:37 +0000 (18:57 -0500)
gtk/gtkentry.c

index d19addb280ed1bc5bc7960861ed312ca841b1d8c..362fa16253404ae8998287253db60cfbeaa5417b 100644 (file)
@@ -7865,7 +7865,7 @@ gtk_entry_get_has_frame (GtkEntry *entry)
  * @entry: a #GtkEntry
  * @border: (allow-none): a #GtkBorder, or %NULL
  *
- * Sets %entry's inner-border property to %border, or clears it if %NULL
+ * Sets %entry's inner-border property to @border, or clears it if %NULL
  * is passed. The inner-border is the area around the entry's text, but
  * inside its frame.
  *